Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.Exchangeable Namespace / IExtension<T> Interface
Properties Methods

In This Topic
    IExtension<T> Interface Members
    In This Topic

    The following tables list the members exposed by IExtension<T>.

    Public Properties
     NameDescription
     PropertyGets the identifier of the extension.  
    Top
    Public Methods
     NameDescription
     MethodEnables an extension object to find out when it has been aggregated. Called when the extension is added to the IExtensionObject<T>.Extensions property.  
     MethodEnables an object to find out when it is no longer aggregated. Called when an extension is removed from the IExtensionObject<T>.Extensions property.  
     MethodExports the extension data.  
     MethodImports the extension data.  
     MethodGets a value indicating whether the extension requires to export its data.  
    Top
    See Also